CopyPixels<T>(T[]) Method
In This Topic
Instructs the object to produce pixels.
Syntax
'Declaration
Public Overloads Sub CopyPixels(Of As {New, Struct})( _
ByVal () As _
)
public void CopyPixels<>(
[]
)
where T: new(), struct
Parameters
- output
- The destination array. The size of the array must be sizeof(pixel) * Width * Height
Type Parameters
- T
See Also